home *** CD-ROM | disk | FTP | other *** search
- //{{AFX_INCLUDES()
- #include "cell.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_COPYDLG_H__7FD45942_CFDD_11D1_8DD8_444553540000__INCLUDED_)
- #define AFX_COPYDLG_H__7FD45942_CFDD_11D1_8DD8_444553540000__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // CopyDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CCopyDlg dialog
-
- class CCopyDlg : public CDialog
- {
- // Construction
- public:
- CCopyDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CCopyDlg)
- enum { IDD = IDD_DIALOG_COPY };
- CCell m_ctrl;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCopyDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CCopyDlg)
- afx_msg void OnButtonCopy();
- afx_msg void OnButtonCut();
- afx_msg void OnButtonPaste();
- afx_msg void OnButtonPastesamesize();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_COPYDLG_H__7FD45942_CFDD_11D1_8DD8_444553540000__INCLUDED_)
-